This practice should help ensure that the executable module is compatible with the architecture of the target system 這條經驗能夠保證可執行模塊與目標系統的架構兼容。
Dynamic linking differs from static linking in that it allows an executable module either a . dll or . exe file to include only the information needed at run time to locate the executable code for a dll function 動態鏈接與靜態鏈接的不同之處在于:動態鏈接允許可執行模塊( . dll文件或. exe文件)僅包含在運行時定位dll函數的可執行代碼所需的信息。